home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Galaxians.swf / scripts / frame_2 / DoAction.as
Text File  |  2006-06-13  |  359b  |  20 lines

  1. stop();
  2. _root.paused = 0;
  3. but.onPress = function()
  4. {
  5.    _root.gotoAndStop(3);
  6. };
  7. if(_root.score > _root.best)
  8. {
  9.    _root.best = _root.score;
  10. }
  11. son = new Sound();
  12. son.attachSound("shot");
  13. son2 = new Sound();
  14. son2.attachSound("shot2");
  15. son3 = new Sound();
  16. son3.attachSound("shot3");
  17. son.setVolume(40);
  18. son2.setVolume(40);
  19. son3.setVolume(40);
  20.